From ecc64f63e4797e564d2d9057eb0f7b6b476ec2b2 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Sun, 28 Dec 2014 17:54:09 -0800 Subject: [PATCH] gdkeventsource-wayland: Fix style --- gdk/wayland/gdkeventsource.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdk/wayland/gdkeventsource.c b/gdk/wayland/gdkeventsource.c index 11e7b1ef59..1595a3079a 100644 --- a/gdk/wayland/gdkeventsource.c +++ b/gdk/wayland/gdkeventsource.c @@ -135,9 +135,9 @@ _gdk_wayland_display_event_source_new (GdkDisplay *display) display_wayland = GDK_WAYLAND_DISPLAY (display); wl_source->display = display; - wl_source->pfd.fd = wl_display_get_fd(display_wayland->wl_display); + wl_source->pfd.fd = wl_display_get_fd (display_wayland->wl_display); wl_source->pfd.events = G_IO_IN | G_IO_ERR | G_IO_HUP; - g_source_add_poll(source, &wl_source->pfd); + g_source_add_poll (source, &wl_source->pfd); g_source_set_priority (source, GDK_PRIORITY_EVENTS); g_source_set_can_recurse (source, TRUE); -- 2.30.2